Component org.nuxeo.drive.configuration.service
In bundle org.nuxeo.drive.core
Contributions
XML Source
<?xml version="1.0"?>
<component name="org.nuxeo.drive.configuration.service" version="1.0">
<extension target="org.nuxeo.runtime.ConfigurationService"
point="configuration">
<documentation>
Force Drive to send its versioning option even if no minor/major increase
is needed.
</documentation>
<property name="nuxeo.drive.force.versioning">true</property>
</extension>
</component>